home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Arashi 1.1 / Game Source / mtz / mtz src / gdefdum.c < prev    next >
Encoding:
Text File  |  1993-01-29  |  164 b   |  8 lines  |  [TEXT/KAHL]

  1.  
  2. pascal OSErr main(selector, response)
  3. OSType    selector;
  4. long    *response;
  5. {
  6.     *response = 0x0;                /* return a value that will re-enable superclock */
  7.     return 0;                    
  8. }